home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10506 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: fflush and Visual C++
  5. Date: 18 Mar 1996 06:29:13 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4ijkup$m5@solutions.solon.com>
  8. References: <4idhv5$dnv@news.mhv.net> <Pine.A32.3.91.960317221145.19217F-100000@black.weeg.uiowa.edu>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <Pine.A32.3.91.960317221145.19217F-100000@black.weeg.uiowa.edu>,
  12. The Amorphous Mass  <robinson@blue.weeg.uiowa.edu> wrote:
  13. >  fflush() isn't defined to "flush the stdin buffer."  It flushes 
  14. >_output_ streams only from any buffers they might be in to their final 
  15. >destinations (on screen, disk, printer, etc).
  16.  
  17. Not technically; it merely forces output written to stdio to be passed on
  18. to the host environment, which may have its own level of buffering you
  19. can't control.  fflush is not powerful enough to force routers everywhere
  20. to drop what they're doing and forward your packets.
  21.  
  22. Shame, too.
  23.  
  24. -s
  25. -- 
  26. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  27. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  28. FUCK the communications decency act.  Goddamned government.  [literally.]
  29. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  30.